home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / cserial / monitor.h < prev    next >
C/C++ Source or Header  |  1990-04-04  |  592b  |  23 lines

  1. /*
  2.  *                              MONITOR.H
  3.  *
  4.  *                           Written for the
  5.  *
  6.  *                              Datalight
  7.  *                           Microsoft V 5.x
  8.  *                                TurboC
  9.  *                                  &
  10.  *                               Zortech
  11.  *
  12.  *                             C Compilers
  13.  *
  14.  *            Copyright (c) John Birchfield 1987, 1988, 1989
  15.  */
  16. # ifdef LINT
  17. extern int xlate (char);
  18. extern int myputs (char *);
  19. extern int good_baud (char *);
  20. extern int usage (void);
  21. extern int exit (...);
  22. # endif
  23.